hipreme_engine ~master (2025-09-27T13:37:43Z)
Dub
Repo
HipAudioClip.loadFromMemory
hip
audio
clip
HipAudioClip
Should implement the specific loading here
class
HipAudioClip
bool
loadFromMemory
(
in
ubyte
[]
data
,
HipAudioEncoding
encoding
,
HipAudioType
type
,
void
delegate
(
in
ubyte
[]
)
onSuccess
,
void
delegate
(
)
onFailure
)
Meta
Source
See Implementation
hip
audio
clip
HipAudioClip
constructors
this
functions
_getBufferAPI
createBuffer
destroyBuffer
findBuffer
getAudioClipBackend
getBuffer
getClipData
getClipSize
getDecodedDuration
getDuration
getHint
getSampleRate
isReady
loadFromMemory
loadStreamed
onDispose
onFinishLoading
onUpdateStream
pollFreeBuffer
setBufferAvailable
setBufferData
updateStream
variables
chunkSize
dataToDecode
decoder
encoding
fileName
hint
isStreamed
outBuffer
totalDecoded
type
Should implement the specific loading here